home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 242_01 / read.me3 < prev    next >
Text File  |  1989-01-11  |  4KB  |  109 lines

  1. /*
  2.     HEADER:        CUG???;
  3.     TITLE:        Still More Cross-Assemblers (Portable);
  4.     FILENAME:    READ.ME3;
  5.     VERSION:    0.1;
  6.     DATE:        08/18/1988;
  7.  
  8.     DESCRIPTION:    "This is the general introduction file for the 68HC11,
  9.             8051, and 63701 cross-assemblers.  Each assembler is
  10.             explained in detail in its header file.";
  11.  
  12.     SEE-ALSO:    68HC11 Cross-Assembler (Portable),
  13.             8051 Cross-Assembler (Portable),
  14.             63701 Cross-Assembler (Portable);
  15.  
  16.     AUTHORS:    William C. Colley III;
  17. */
  18.  
  19.      What's on this disk?  It goes like this:
  20.  
  21.     READ.ME3    This notice.
  22.  
  23.     A611.DOC    The manual for the 68HC11 cross-assembler.  This file
  24.             can be printed with the following command line under
  25.             CP/M-80:
  26.  
  27.                 A>pip lst:=a611.doc[t8]
  28.  
  29.     A611.H        The source files for the 68HC11 cross-assembler.  The
  30.     A611.C        file A611.H also contains compile, assemble, and link
  31.     A611EVAL.C    instructions for all compilers that I have used with
  32.     A611UTIL.C    the package or that users have told me how to use with
  33.             the package.
  34.  
  35.     TEST611.ASM    The entire instruction set of the 68HC11 CPU to use in
  36.             testing the 68HC11 cross-assembler.
  37.  
  38.     A51.DOC        The manual for the 8051 cross-assembler.  This file
  39.             can be printed with the following command line under
  40.             CP/M-80:
  41.  
  42.                 A>pip lst:=a51.doc[t8]
  43.  
  44.     A51.H        The source files for the 8051 cross-assembler.  The
  45.     A51.C        file A51.H also contains compile, assemble, and link
  46.     A51EVAL.C    instructions for all compilers that I have used with
  47.     A51UTIL.C    the package or that users have told me how to use with
  48.             the package.
  49.  
  50.     TEST51.ASM    The entire instruction set of the 8051 processor to
  51.             use in testing the 8051 cross-assembler.
  52.  
  53.     8052BITS.LIB    An INCLude file for the 8051 cross-assembler defining
  54.             the extra special function registers (SFR's) of the
  55.             8052 CPU.
  56.  
  57.     80751BIT.LIB    An INCLude file for the 8051 cross-assembler defining
  58.             the extra special function registers (SFR's) of the
  59.             Signetics 80C751 CPU.
  60.  
  61.     A63.DOC        The manual for the 63701 cross-assembler.  This file
  62.             can be printed with the following command line under
  63.             CP/M-80:
  64.  
  65.                 A>pip lst:=a63.doc[t8]
  66.  
  67.     A63.H        The source files for the 63701 cross-assembler.  The
  68.     A63.C        file A63.H also contains compile, assemble, and link
  69.     A63EVAL.C    instructions for all compilers that I have used with
  70.     A63UTIL.C    the package or that users have told me how to use with
  71.             the package.
  72.  
  73.     TEST63.ASM    The entire instruction set of the 63701 CPU to use in
  74.             testing the 63701 cross-assembler.
  75.  
  76.      I not only wrote these pieces of software originally and rewrote them in
  77. "portable" C for all of you UNIX and IBM-PC users out there, but I am also the librarian for the disk, and as such, I am responsible for maintaining the
  78. packages.  I can only do this with YOUR help.  PLEASE report bugs to me
  79. promptly so that I can get them fixed.  I am only a letter or a phone call
  80. away.
  81.  
  82.      The lists of compile, assemble, and link instructions for the packages
  83. are limited by my personal experience if YOU do not contribute.  In
  84. particular, I have no access to an AT&T UNIX system (only clones of BSD 4.2
  85. UNIX) nor to IBM-PC C compilers other than Eco-C88, Microsoft C 3.0, and
  86. DeSmet C.  I need YOU to tell me how to use the package with these systems
  87. and others.
  88.  
  89.      Once the first cross-assembler (the 6801 package) is written, adapting it
  90. to other 8-bit or 4-bit processors (like the 1805A) is easy.  In fact, I once
  91. adapted one of the BDS C versions to a 12-bit processor (the PIC1650).  It
  92. only takes a couple of evenings for me to do it. What processors should be
  93. next, if any?  Get your votes in, either to me or to the Users' Group.
  94. Otherwise, the selection of cross-assemblers will reflect only my needs,
  95. which at the moment are taking off in a bizarre direction.
  96.  
  97.      Having the author double as the librarian allows this disk to be a
  98. living, growing entity, but its growth will be stunted by my lack of
  99. resources if YOU do not contribute your share.  Speak up, for everybody's
  100. sake!
  101.  
  102.                         William C. Colley, III
  103.                         14 Hawthorne Drive
  104.                         Oberlin, OH 44074
  105.  
  106.                         ph (216)288-1122 x469 (day)
  107.                            (216)775-3680      (nite)
  108.  Eco-C88, Microsoft C 3.0, and
  109. DeSmet C.